home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / APP / M-R / NEC PSInstall v1.51.sea / PS Installer 7.0_7.1.rsrc / feed_-8190 < prev    next >
Text File  |  1992-02-14  |  781b  |  22 lines

  1. NECfeedoptions 1 get 1 eq NECfeedoptions 2 get 1 eq and not{ 
  2. statusdict begin 
  3. product(Silentwriter)eq 
  4. product(Silentwriter XL)eq 
  5. product(LC 890XL)eq 
  6. product(Silentwriter 95)eq 
  7. or or or end{
  8. /NECflip{statusdict begin 
  9. product dup(Silentwriter)eq not end}def 
  10. /NECcp{}def //md/cp get /NECcp exch def 
  11. /NECsetpapertray{statusdict begin 1 eq{defaultpapertray} 
  12. {defaultpapertray 1 eq{2}{1}ifelse}ifelse setpapertray end}def    
  13. /NECfirsttray{NECfeedoptions 1 get NECsetpapertray}def 
  14. /NECresttray{NECfeedoptions 2 get NECsetpapertray NECflip{od}if}def 
  15. /NECtrayswitch{statusdict/manualfeed get not 
  16. {NECfeedoptions 0 get 1 gt 
  17. {NECfirsttray NECfeedoptions dup 0 get 1 sub 0 exch put}{NECresttray}ifelse} 
  18. if}bind def end 
  19. md/cp{NECcp NECtrayswitch 
  20. }bind put NECtrayswitch 
  21. }if}if 
  22.